Skip to content

Commit a229af3

Browse files
committed
Fixes versioning of service model components
1 parent a73d934 commit a229af3

File tree

5 files changed

+3
-10
lines changed

5 files changed

+3
-10
lines changed

src/Lithnet.Acma.Installer/Lithnet.Acma.PS.Binaries.wxs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
<Component Id="cmp49DA527C678D2851A592C8026C8D1979" Guid="*">
1616
<File Id="filEEA1D038C48579E2C970A3CBD689326B" KeyPath="yes" Source="$(var.Lithnet.Acma.PS.TargetDir)\Lithnet.Acma.PS.dll" />
1717
</Component>
18-
<Component Id="cmp43DBE65792C2B6FFB3A6C09E94B74461" Guid="*">
19-
<File Id="fil18F7DECB317BF7086D3484C0900E71CE" KeyPath="yes" Source="$(var.Lithnet.Acma.PS.TargetDir)\Lithnet.Acma.PS.dll.config" />
20-
</Component>
2118
<Component Id="cmpACB7E05865E9B807C9559543D51E9F74" Guid="*">
2219
<File Id="fil3DFA800FB89E0974549972EDCF7E2806" KeyPath="yes" Source="$(var.Lithnet.Acma.PS.TargetDir)\Lithnet.Acma.PS.pdb" />
2320
</Component>
@@ -72,7 +69,6 @@
7269
<ComponentRef Id="cmp6F8B4A1127364EEBC4CDFB20B54EEB29" />
7370
<ComponentRef Id="cmp6B4753083F6AFB83AAFE8E55C5C39CA8" />
7471
<ComponentRef Id="cmp49DA527C678D2851A592C8026C8D1979" />
75-
<ComponentRef Id="cmp43DBE65792C2B6FFB3A6C09E94B74461" />
7672
<ComponentRef Id="cmpACB7E05865E9B807C9559543D51E9F74" />
7773
<ComponentRef Id="cmp02E7FF3A6AEAE90A3A13E7791EF29F75" />
7874
<ComponentRef Id="cmp68C24401ECD8692CB1BBF3723546C708" />

src/Lithnet.Acma.Installer/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Product Id="*"
55
Name="Lithnet ACMA"
66
Language="1033"
7-
Version="1.1.6058"
7+
Version="1.1.6087"
88
Manufacturer="Lithnet"
99
UpgradeCode="bcb559bd-8b3a-4a77-9d30-df3fa44b7a13">
1010

src/Lithnet.Acma.PS/Lithnet.Acma.PS.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@
157157
<Content Include="AcmaPS.psd1">
158158
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
159159
</Content>
160-
<None Include="app.config" />
161160
<None Include="FodyWeavers.xml" />
162161
<None Include="packages.config" />
163162
<Content Include="RegisterResolver.ps1">

src/Lithnet.Acma.ServiceModel.Client/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.1.*")]

src/Lithnet.Acma.ServiceModel.Sync/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.1.*")]

0 commit comments

Comments
 (0)