Skip to content

Commit c6da0da

Browse files
committed
Prepare release 4.0.3.100
1 parent 20d548b commit c6da0da

File tree

3 files changed

+7
-25
lines changed

3 files changed

+7
-25
lines changed

src/FileHashGenerator/Documentation/Changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
---------
33

4+
Version 4.0.3.100 (Release)
5+
- Upgrade to the new Win Application Framework (WAF) 5.0.0-alpha1.
6+
7+
48
Version 4.0.2.100 (Release)
59
- Upgrade to the new Win Application Framework (WAF) 4.3.0.
610

src/FileHashGenerator/FileHashGenerator.Presentation/FileHashGenerator.Presentation.csproj

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<PublisherName>Waf</PublisherName>
3131
<SuiteName>Waf File Hash Generator</SuiteName>
3232
<ApplicationRevision>1</ApplicationRevision>
33-
<ApplicationVersion>4.0.2.100</ApplicationVersion>
33+
<ApplicationVersion>4.0.3.100</ApplicationVersion>
3434
<UseApplicationTrust>false</UseApplicationTrust>
3535
<CreateDesktopShortcut>true</CreateDesktopShortcut>
3636
<PublishWizardCompleted>true</PublishWizardCompleted>
@@ -216,28 +216,6 @@
216216
<Version>5.0.0-alpha1</Version>
217217
</PackageReference>
218218
</ItemGroup>
219-
<ItemGroup>
220-
<PublishFile Include="System.Waf.Core">
221-
<Visible>False</Visible>
222-
<Group>
223-
</Group>
224-
<TargetPath>
225-
</TargetPath>
226-
<PublishState>Include</PublishState>
227-
<IncludeHash>True</IncludeHash>
228-
<FileType>Assembly</FileType>
229-
</PublishFile>
230-
<PublishFile Include="System.Waf.Wpf">
231-
<Visible>False</Visible>
232-
<Group>
233-
</Group>
234-
<TargetPath>
235-
</TargetPath>
236-
<PublishState>Include</PublishState>
237-
<IncludeHash>True</IncludeHash>
238-
<FileType>Assembly</FileType>
239-
</PublishFile>
240-
</ItemGroup>
241219
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
242220
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
243221
Other similar extension points exist, see Microsoft.Common.targets.

src/FileHashGenerator/SharedAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.MainAssembly)]
1818

1919

20-
[assembly: AssemblyVersion("4.0.2.100")]
21-
[assembly: AssemblyFileVersion("4.0.2.100")]
20+
[assembly: AssemblyVersion("4.0.3.100")]
21+
[assembly: AssemblyFileVersion("4.0.3.100")]

0 commit comments

Comments
 (0)