Skip to content

Commit

Permalink
Merge pull request #150 from agocke/preview-version
Browse files Browse the repository at this point in the history
Preview version
  • Loading branch information
agocke authored Jan 26, 2024
2 parents 11f9fa6 + 0404069 commit e8d4ddb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
1 change: 1 addition & 0 deletions samples/unions/Unions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
17 changes: 0 additions & 17 deletions serde-dn.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serde", "src\serde\Serde.cs
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serde.Generation.Test", "test\Serde.Generation.Test\Serde.Generation.Test.csproj", "{382F0F9B-7B6C-439A-96B4-BFCF433FB611}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{77AF753A-9C1B-447C-AF13-7FFBE57A446F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unions", "samples\unions\Unions.csproj", "{0637752A-864A-47DC-BD88-8B9636D67529}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -91,18 +87,6 @@ Global
{382F0F9B-7B6C-439A-96B4-BFCF433FB611}.Release|x64.Build.0 = Release|Any CPU
{382F0F9B-7B6C-439A-96B4-BFCF433FB611}.Release|x86.ActiveCfg = Release|Any CPU
{382F0F9B-7B6C-439A-96B4-BFCF433FB611}.Release|x86.Build.0 = Release|Any CPU
{0637752A-864A-47DC-BD88-8B9636D67529}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0637752A-864A-47DC-BD88-8B9636D67529}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0637752A-864A-47DC-BD88-8B9636D67529}.Debug|x64.ActiveCfg = Debug|Any CPU
{0637752A-864A-47DC-BD88-8B9636D67529}.Debug|x64.Build.0 = Debug|Any CPU
{0637752A-864A-47DC-BD88-8B9636D67529}.Debug|x86.ActiveCfg = Debug|Any CPU
{0637752A-864A-47DC-BD88-8B9636D67529}.Debug|x86.Build.0 = Debug|Any CPU
{0637752A-864A-47DC-BD88-8B9636D67529}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0637752A-864A-47DC-BD88-8B9636D67529}.Release|Any CPU.Build.0 = Release|Any CPU
{0637752A-864A-47DC-BD88-8B9636D67529}.Release|x64.ActiveCfg = Release|Any CPU
{0637752A-864A-47DC-BD88-8B9636D67529}.Release|x64.Build.0 = Release|Any CPU
{0637752A-864A-47DC-BD88-8B9636D67529}.Release|x86.ActiveCfg = Release|Any CPU
{0637752A-864A-47DC-BD88-8B9636D67529}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -115,6 +99,5 @@ Global
{A5391F09-58A5-4E83-9EB1-755B9CEB1812} = {278C5DCE-D96F-46AC-8865-622418F28A8D}
{2411C763-490C-4384-AD87-AD9643946F55} = {C29CDEE5-5D85-496E-8E43-27A474AF8AEB}
{382F0F9B-7B6C-439A-96B4-BFCF433FB611} = {278C5DCE-D96F-46AC-8865-622418F28A8D}
{0637752A-864A-47DC-BD88-8B9636D67529} = {77AF753A-9C1B-447C-AF13-7FFBE57A446F}
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion src/pack/Serde.Pkg.proj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net7.0</TargetFramework>

<PackageId>Serde</PackageId>
<PackageVersion>0.5.3</PackageVersion>
<PackageVersion>0.6.0-preview1</PackageVersion>
<IsPackable>true</IsPackable>
<PackageOutputPath>$(ArtifactsPath)pack</PackageOutputPath>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
Expand Down

0 comments on commit e8d4ddb

Please sign in to comment.