-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #193 from mpostol/Maintanence-4.3
4.3 Close the milestone and make release #181
- Loading branch information
Showing
10 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,13 +13,13 @@ | |
[assembly: AssemblyConfiguration("")] | ||
[assembly: AssemblyCompany("Mariusz Postol")] | ||
[assembly: AssemblyProduct("Object-Oriented Internet Address Space Model Designer")] | ||
[assembly: AssemblyCopyright("Copyright (c) 2020 Mariusz Postol")] | ||
[assembly: AssemblyCopyright("Copyright (c) 2021 Mariusz Postol")] | ||
[assembly: AssemblyTrademark("OOI ASMD")] | ||
[assembly: AssemblyCulture("")] | ||
[assembly: ComVisible(false)] | ||
[assembly: Guid( "33281f75-30a8-43e1-a2b3-915eaaf43915" )] | ||
[assembly: AssemblyVersion("4.3.0.*")] | ||
[assembly: AssemblyFileVersion("4.3.0")] | ||
[assembly: AssemblyVersion("4.3.1.*")] | ||
[assembly: AssemblyFileVersion("4.3.1")] | ||
[assembly: CAS.Lib.CodeProtect.AssemblyHelper( Company = "Mariusz Postol", Email = "[email protected]", Phone = "+48 (608) 619 899", Product = "OOI ASMD", Url = "https://mpostol.github.io/ASMD/" )] | ||
[assembly: InternalsVisibleToAttribute("CAS.CommServer.UA.ModelDesigner.DesignStudio.UnitTest, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b3cff1bec656a6" + | ||
"e3784c75cacce8ee3bc695d0ce135d820c86465eb49b2353f0438d28ad9a458e5350c0c141393d" + | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
string Url = "https://mpostol.github.io/ASMD/"; | ||
string Email = "[email protected]"; | ||
string Phone = "+48 (608) 619 899"; | ||
string AssemblyCopyright = "Copyright (c) 2020 Mariusz Postol"; | ||
string AssemblyCopyright = "Copyright (c) 2021 Mariusz Postol"; | ||
string AssemblyCompany = "Mariusz Postol"; | ||
string AssemblyTrademark = "OOI ASMD"; | ||
string AssemblyProduct = "Object-Oriented Internet Address Space Model Designer"; | ||
string AssemblyVersion = "4.3.0"; | ||
string AssemblyVersion = "4.3.1"; | ||
string AssemblyVersionPrerelease = ""; | ||
|
||
//Note: | ||
|