final release
07e4bc73c1835d90ba9ce53c379d2adf14ca4b99
2 files changed
Properties/PublishProfiles/FolderProfile.pubxml.userZedGraph.csproj
diff --git a/Properties/PublishProfiles/FolderProfile.pubxml.user b/Properties/PublishProfiles/FolderProfile.pubxml.user
index bd3eb83..487a886 100644
--- a/Properties/PublishProfiles/FolderProfile.pubxml.user
+++ b/Properties/PublishProfiles/FolderProfile.pubxml.user
@@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
- <History>True|2024-11-20T14:06:45.9581683Z||;False|2024-11-20T15:06:08.5682564+01:00||;False|2024-11-20T15:05:52.9595266+01:00||;False|2024-11-20T15:05:38.1339657+01:00||;False|2024-11-20T15:05:25.4753309+01:00||;True|2024-11-20T15:01:19.2419761+01:00||;True|2024-11-20T14:47:07.7390433+01:00||;True|2024-11-20T14:46:34.8011085+01:00||;True|2024-11-20T14:44:40.3713134+01:00||;True|2024-11-20T14:40:32.1449821+01:00||;</History>
+ <History>True|2024-11-20T14:12:50.3775973Z||;True|2024-11-20T15:06:45.9581683+01:00||;False|2024-11-20T15:06:08.5682564+01:00||;False|2024-11-20T15:05:52.9595266+01:00||;False|2024-11-20T15:05:38.1339657+01:00||;False|2024-11-20T15:05:25.4753309+01:00||;True|2024-11-20T15:01:19.2419761+01:00||;True|2024-11-20T14:47:07.7390433+01:00||;True|2024-11-20T14:46:34.8011085+01:00||;True|2024-11-20T14:44:40.3713134+01:00||;True|2024-11-20T14:40:32.1449821+01:00||;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>
\ No newline at end of file
diff --git a/ZedGraph.csproj b/ZedGraph.csproj
index 2ca5833..e125834 100644
--- a/ZedGraph.csproj
+++ b/ZedGraph.csproj
@@ -6,8 +6,8 @@
<UseWindowsForms>false</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
- <AssemblyVersion>8.0.0.2</AssemblyVersion>
- <FileVersion>8.0.0.2</FileVersion>
+ <AssemblyVersion>8.0.0.3</AssemblyVersion>
+ <FileVersion>8.0.0.3</FileVersion>
<SignAssembly>True</SignAssembly>
<Title>ZedGraph .NET Core Library</Title>
<Description>ZedGraph is a fork of ZedGraph plus the DynFilteredPointList class. ZedGraph is a class library and user control for .Net Core, written in C#, for drawing 2D Line, Bar, and Pie Charts. It features full, detailed customization capabilities, but most options have defaults for ease of use.</Description>
@@ -16,7 +16,7 @@
<RunAnalyzersDuringBuild>False</RunAnalyzersDuringBuild>
<EnableNETAnalyzers>False</EnableNETAnalyzers>
<NeutralLanguage>en</NeutralLanguage>
- <Version>$(VersionPrefix)0.0.2</Version>
+ <Version>8.0.0.3</Version>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageProjectUrl>https://github.com/alphons/ZedGraph</PackageProjectUrl>
<Authors>John Champion,Ingineer and Alphons van der Heijden.</Authors>