Skip to content

Commit

Permalink
release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bezo97 committed Nov 14, 2021
1 parent fbf36fc commit 6d7d7c9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
## [1.0.0] - 2021-11-15
### Added
- First release

## [1.0.0-pre.@] - 2021-08-28
### Added
[1.0.0]: https://github.com/bezo97/IFSRenderer/releases/tag/v1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<Version>1.0.0-pre.3</Version>
<Version>1.0.0</Version>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
<Authors>bezo97</Authors>
<Company>bezo97</Company>
Expand Down
2 changes: 1 addition & 1 deletion IFSEngine/IFSEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Authors>bezo97</Authors>
<Description>3D IFS fractal rendering engine.</Description>
<Copyright>Copyright (C) 2021 Dócs Zoltán &amp; Contributors</Copyright>
<Version>1.0.0-pre.4</Version>
<Version>1.0.0</Version>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/bezo97/IFSRenderer</PackageProjectUrl>
<RepositoryUrl>https://github.com/bezo97/IFSRenderer</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion WpfDisplay/WpfDisplay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
<Win32Resource />
<Configurations>Debug;ReleasePortable;ReleaseInstaller</Configurations>
<Version>1.0.0-pre.1</Version>
<Version>1.0.0</Version>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
</PropertyGroup>

Expand Down

0 comments on commit 6d7d7c9

Please sign in to comment.