Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
montyclt committed Sep 12, 2024
1 parent e88d088 commit 4c3e829
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions src/IOKode.OpinionatedFramework.sln
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@

Microsoft Visual Studio Solution File, Format Version 12.00
#
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion =
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Foundation", "Foundation\Foundation.csproj", "{797F57C1-AB6B-4D77-ABD0-D71D0883081B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bootstrapping", "Bootstrapping\Bootstrapping.csproj", "{15480C47-4873-4AE6-B307-E8C192F1BDB0}"
Expand Down Expand Up @@ -163,11 +166,14 @@ Global
{20106B8C-E158-4284-884D-2D1A7822D0B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20106B8C-E158-4284-884D-2D1A7822D0B2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{04FBC930-AC83-447C-8133-B371EB63EE73} = {756C3C1A-72CD-4CCE-BD8D-977F2980D1B6}
{3FD64445-84EB-4C23-84E2-72FFBACE1337} = {C33ED8EA-76EF-4985-9055-12D9B668E210}
{9BA0877A-B8E7-4333-AAAA-49D44CE1DB72} = {C33ED8EA-76EF-4985-9055-12D9B668E210}
{5DA49E07-DCB9-4991-81BC-1AA907FDC8D2} = {756C3C1A-72CD-4CCE-BD8D-977F2980D1B6}
{04FBC930-AC83-447C-8133-B371EB63EE73} = {756C3C1A-72CD-4CCE-BD8D-977F2980D1B6}
{9BA0877A-B8E7-4333-AAAA-49D44CE1DB72} = {C33ED8EA-76EF-4985-9055-12D9B668E210}
{3BFA6B8B-877D-46E5-821D-CA9F17925947} = {756C3C1A-72CD-4CCE-BD8D-977F2980D1B6}
{EF628F9B-B04A-4BC8-9F9B-DD202A87FE14} = {C33ED8EA-76EF-4985-9055-12D9B668E210}
{D6A6C249-8EEB-489C-BBE1-9B4AFE6D7A28} = {756C3C1A-72CD-4CCE-BD8D-977F2980D1B6}
Expand Down
2 changes: 1 addition & 1 deletion src/MSBuild/Base.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup Label="Build settings">
<TargetFramework>net8.0</TargetFramework>
<Version>0.7.0-dev</Version>
<Version>0.8.0-dev</Version>
<Nullable>enable</Nullable>
<AssemblyName>IOKode.OpinionatedFramework.$(MSBuildProjectName)</AssemblyName>
<TargetName>IOKode.OpinionatedFramework.$(MSBuildProjectName)</TargetName>
Expand Down
2 changes: 1 addition & 1 deletion src/MSBuild/Packable.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageId>IOKode.OpinionatedFramework.$(MSBuildProjectName)</PackageId>
<Copyright>Copyright (c) 2023, IOKode OÜ</Copyright>
<Authors>IOKode, Ivan Montilla</Authors>
<Description>OpinionatedFramework is a robust, comprehensive .NET 7+ framework designed to streamline the development of the application/domain layer.</Description>
<Description>OpinionatedFramework is a robust, comprehensive .NET 8+ framework designed to streamline the development of the application/domain layer.</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/iokode/OpinionatedFramework</RepositoryUrl>
Expand Down

0 comments on commit 4c3e829

Please sign in to comment.