Skip to content

Commit

Permalink
Bumped the version on the Assembly Info
Browse files Browse the repository at this point in the history
  • Loading branch information
kavejo committed Oct 8, 2024
1 parent 9ccd794 commit b1c7e4c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions TransportAgents/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("TransportAgents")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Sample Transport Agents, fully functional and extensively tested, that achieve different business goals by leveraging various Trasnport Agents capabiltiies in Microsoft Exchange Server.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Tommaso Toniolo - Microsoft")]
[assembly: AssemblyProduct("TransportAgents")]
[assembly: AssemblyCopyright("Copyright © 2023")]
[assembly: AssemblyCopyright("Copyright © 2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]

0 comments on commit b1c7e4c

Please sign in to comment.