Skip to content

Commit

Permalink
Merge branch 'master' into feature/GettingStarted
Browse files Browse the repository at this point in the history
  • Loading branch information
Swarley97 authored Oct 1, 2023
2 parents 444c9cc + b0a3cb6 commit 1e061e0
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .idea/.idea.ConstructorGenerator/.idea/indexLayout.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/.idea.ConstructorGenerator/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
<Version>0.5.5</Version>
<Version>0.5.6</Version>
</PropertyGroup>

</Project>
5 changes: 4 additions & 1 deletion ConstructorGenerator/ConstructorGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<PackageTags>generator; c#; constructor</PackageTags>
<PackageProjectUrl>https://github.com/Swarley97/ConstructorGenerator</PackageProjectUrl>
<IsDevelopmentDependency>true</IsDevelopmentDependency>
<Version>0.5.5</Version>
<Version>0.5.6</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<IncludeBuildOutput>false</IncludeBuildOutput>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand All @@ -20,6 +21,8 @@
</PropertyGroup>

<ItemGroup>
<None Include="$(SolutionDir)README.md" Pack="true" PackagePath="\"/>

<None Include="$(OutputPath)$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
<None Include="$(OutputPath)ConstructorGenerator.Attributes.dll" PackagePath="analyzers/dotnet/cs" Pack="true" Visible="false" />
<None Include="$(OutputPath)ConstructorGenerator.Attributes.dll" PackagePath="lib/netstandard2.0" Pack="true" Visible="false" />
Expand Down

0 comments on commit 1e061e0

Please sign in to comment.