Skip to content

Commit fededba

Browse files
committed
Update DesktopBridge 1.2.1
1 parent fb397cf commit fededba

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Samples/DesktopBridge/Core/Cube.Psa.DesktopBridge.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.2.0</Version>
3+
<Version>1.2.1</Version>
44
<Authors>cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Description>Shared library for v4 Virtual Printer project</Description>

Samples/DesktopBridge/Launcher/Cube.Psa.DesktopBridge.Launcher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.2.0</Version>
3+
<Version>1.2.1</Version>
44
<Authors>cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Description>DesktopBridge launcher</Description>

Samples/DesktopBridge/Main/Cube.Psa.DesktopBridge.Main.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.2.0</Version>
3+
<Version>1.2.1</Version>
44
<Authors>cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Description>Sample application that demonstrates the app-side of a virtual printer launched via DesktopBridge</Description>

Samples/DesktopBridge/Packaging/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
1212
IgnorableNamespaces="uap uap10 uap12 desktop printsupport printsupport2 rescap">
1313

14-
<Identity Name="CubePsaDesktopBridge" Publisher="CN=CubeTest" Version="1.2.0.0" />
14+
<Identity Name="CubePsaDesktopBridge" Publisher="CN=CubeTest" Version="1.2.1.0" />
1515

1616
<Properties>
1717
<DisplayName>Cube PSA v4 Virtual Printer with DesktopBridge</DisplayName>

Samples/DesktopBridge/VirtualPrinter/Cube.Psa.DesktopBridge.VirtualPrinter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.2.0</Version>
3+
<Version>1.2.1</Version>
44
<Authors>cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Description>PSA v4 Virtual Printer with DesktopBridge</Description>

0 commit comments

Comments
 (0)