Skip to content

Commit 916913f

Browse files
committed
Update version to 1.2.0.0 and fix IsWebBootstrapper config
Incremented assembly and file versions to 1.2.0.0 in AssemblyInfo.cs. Moved the IsWebBootstrapper property in SimpleNotification.csproj to the correct section for proper configuration.
1 parent 48cea98 commit 916913f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("1.1.0.0")]
33-
[assembly: AssemblyFileVersion("1.1.0.0")]
32+
[assembly: AssemblyVersion("1.2.0.0")]
33+
[assembly: AssemblyFileVersion("1.2.0.0")]

SimpleNotification.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<Deterministic>true</Deterministic>
1616
<NuGetPackageImportStamp>
1717
</NuGetPackageImportStamp>
18+
<IsWebBootstrapper>false</IsWebBootstrapper>
1819
<PublishUrl>publish\</PublishUrl>
1920
<Install>true</Install>
2021
<InstallFrom>Disk</InstallFrom>
@@ -27,7 +28,6 @@
2728
<MapFileExtensions>true</MapFileExtensions>
2829
<ApplicationRevision>0</ApplicationRevision>
2930
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
30-
<IsWebBootstrapper>false</IsWebBootstrapper>
3131
<UseApplicationTrust>false</UseApplicationTrust>
3232
<BootstrapperEnabled>true</BootstrapperEnabled>
3333
</PropertyGroup>

0 commit comments

Comments
 (0)