Skip to content

Commit be3f777

Browse files
committed
2.0.0.5 with .NET 4.5.2
1 parent 41fe9a4 commit be3f777

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+24
-24
lines changed

publish/Application Files/UseCaseMakerApp_2_0_0_4/UseCaseMakerApp.application renamed to publish/Application Files/UseCaseMakerApp_2_0_0_5/UseCaseMakerApp.application

+6-6
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>
3+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/></startup></configuration>

publish/Application Files/UseCaseMakerApp_2_0_0_4/UseCaseMakerApp.exe.manifest renamed to publish/Application Files/UseCaseMakerApp_2_0_0_5/UseCaseMakerApp.exe.manifest

+8-8
Large diffs are not rendered by default.

publish/UseCaseMakerApp.application

+6-6
Large diffs are not rendered by default.

src/UseCaseMakerApp/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
// È possibile specificare tutti i valori o impostare come predefiniti i valori Numero revisione e Numero build
2727
// utilizzando l'asterisco (*) come illustrato di seguito:
2828

29-
[assembly: AssemblyVersion("2.0.0.3")]
30-
[assembly: AssemblyFileVersion("2.0.0.3")]
29+
[assembly: AssemblyVersion("2.0.0.5")]
30+
[assembly: AssemblyFileVersion("2.0.0.5")]
3131

3232
//
3333
// Per firmare l'assembly è necessario specificare una chiave da utilizzare.

src/UseCaseMakerApp/UseCaseMakerApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<ProductName>Use Case Maker</ProductName>
4848
<PublisherName>Sync.Today Ltd.</PublisherName>
4949
<SuiteName>H# Software Tools</SuiteName>
50-
<ApplicationRevision>5</ApplicationRevision>
50+
<ApplicationRevision>6</ApplicationRevision>
5151
<ApplicationVersion>2.0.0.%2a</ApplicationVersion>
5252
<UseApplicationTrust>false</UseApplicationTrust>
5353
<PublishWizardCompleted>true</PublishWizardCompleted>

0 commit comments

Comments
 (0)