Skip to content

Commit

Permalink
Update assembly version to 1.1.3
Browse files Browse the repository at this point in the history
Updated the AssemblyVersion attribute in AssemblyInfo.cs from 1.1.2.* to 1.1.3.* to reflect a minor update, likely including new features, improvements, or bug fixes.
  • Loading branch information
aurnor committed Jun 27, 2024
1 parent a6ca23a commit 93070a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers by using the '*'
// as shown below: [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.2.*")]
[assembly: AssemblyVersion("1.1.3.*")]
[assembly: log4net.Config.XmlConfigurator(Watch = true)]

0 comments on commit 93070a5

Please sign in to comment.