Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
d-p-y committed Mar 8, 2024
1 parent c48a5df commit 7033d7a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion SogePoco/SogePoco.Common/SogePoco.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<LangVersion>10</LangVersion>
<PackageLicenseUrl>https://raw.githubusercontent.com/d-p-y/SogePoco/master/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/d-p-y/SogePoco</RepositoryUrl>
<Version>0.0.1</Version>
<Version>0.0.2</Version>
<PackageId>SogePoco.Common</PackageId>
<PackageTags>Source generator;sourcegenerator;database;ORM</PackageTags>
<Description>SogePoco SOurce GEnerated POCOs. ORM-ish thing inspired by PetaPoco</Description>
Expand Down
2 changes: 1 addition & 1 deletion SogePoco/SogePoco.Impl/SogePoco.Impl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<LangVersion>10</LangVersion>
<PackageLicenseUrl>https://raw.githubusercontent.com/d-p-y/SogePoco/master/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/d-p-y/SogePoco</RepositoryUrl>
<Version>0.0.1</Version>
<Version>0.0.2</Version>
<PackageId>SogePoco.Impl</PackageId>
<PackageTags>Source generator;sourcegenerator;database;ORM</PackageTags>
<Description>SogePoco SOurce GEnerated POCOs. ORM-ish thing inspired by PetaPoco</Description>
Expand Down
2 changes: 1 addition & 1 deletion Templates/Postgres/SogePoco.Template.Postgres.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>SogePoco.Template.Postgres</PackageId>
<PackageVersion>0.0.1</PackageVersion>
<PackageVersion>0.0.2</PackageVersion>
<Title>Postgres template for SogePoco SOurce GEnerated POCOs. ORM-ish LINQ-ish thing inspired by PetaPoco</Title>
<Authors>Dominik Pytlewski</Authors>
<Description>SogePoco SOurce GEnerated POCOs. ORM-ish LINQ-ish thing inspired by PetaPoco</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#r "nuget: Microsoft.Bcl.AsyncInterfaces, 7.0.0.0"

//SogePoco nuget
//#r "nuget: SogePoco.Impl, 0.0.1"
//#r "nuget: SogePoco.Impl, 0.0.2"
#r "../../../../SogePoco/SogePoco.Impl/bin/Debug/netstandard2.0/SogePoco.Impl.dll"

//db driver
Expand Down
2 changes: 1 addition & 1 deletion Templates/SqlServer/SogePoco.Template.SqlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>SogePoco.Template.SqlServer</PackageId>
<PackageVersion>0.0.1</PackageVersion>
<PackageVersion>0.0.2</PackageVersion>
<Title>SqlServer template for SogePoco SOurce GEnerated POCOs. ORM-ish LINQ-ish thing inspired by PetaPoco</Title>
<Authors>Dominik Pytlewski</Authors>
<Description>SogePoco SOurce GEnerated POCOs. ORM-ish LINQ-ish thing inspired by PetaPoco</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#r "nuget: Microsoft.Bcl.AsyncInterfaces, 7.0.0.0"

//SogePoco nuget
//#r "nuget: SogePoco.Impl, 0.0.1"
//#r "nuget: SogePoco.Impl, 0.0.2"
#r "../../../../SogePoco/SogePoco.Impl/bin/Debug/netstandard2.0/SogePoco.Impl.dll"

//db driver
Expand Down
2 changes: 1 addition & 1 deletion Templates/Sqlite/SogePoco.Template.Sqlite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>SogePoco.Template.Sqlite</PackageId>
<PackageVersion>0.0.1</PackageVersion>
<PackageVersion>0.0.2</PackageVersion>
<Title>Sqlite template for SogePoco SOurce GEnerated POCOs. ORM-ish LINQ-ish thing inspired by PetaPoco</Title>
<Authors>Dominik Pytlewski</Authors>
<Description>SogePoco SOurce GEnerated POCOs. ORM-ish LINQ-ish thing inspired by PetaPoco</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#r "nuget: Microsoft.Bcl.AsyncInterfaces, 7.0.0.0"

//SogePoco nuget
//#r "nuget: SogePoco.Impl, 0.0.1"
//#r "nuget: SogePoco.Impl, 0.0.2"
#r "../../../../SogePoco/SogePoco.Impl/bin/Debug/netstandard2.0/SogePoco.Impl.dll"

//db driver
Expand Down
2 changes: 1 addition & 1 deletion scripts/get_current_version.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

echo "0.0.1"
echo "0.0.2"

0 comments on commit 7033d7a

Please sign in to comment.