Skip to content

Commit

Permalink
Bumped version v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
FaustVX committed Jul 16, 2023
1 parent fc2e373 commit b9ed2ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ConsoleApp1/ConsoleApp1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup Condition=" '$(Configuration)'=='Release' ">
<PackageReference Include="FaustVX.PrimaryParameter.SG" Version="0.4.6" />
<PackageReference Include="FaustVX.PrimaryParameter.SG" Version="0.4.7" />
</ItemGroup>
<PropertyGroup>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
Expand Down
2 changes: 1 addition & 1 deletion PrimaryParameter.SG/PrimaryParameter.SG.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<PropertyGroup>
<PackageId>FaustVX.PrimaryParameter.SG</PackageId>
<Version>0.4.6.1</Version>
<Version>0.4.7</Version>
<Authors>FaustVX</Authors>
<RepositoryUrl>https://github.com/FaustVX/PrimaryParameter</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ You can type as many attributes as you want on a single parameter.
## Versions
|Version|Date|Comments|
|-------|----|--------|
|v0.4.7|16/07/2023|Dont error on `nameof` access or inside the same argument list usage|
|v0.4.6.1|16/07/2023|Fix typos in Readme.md|
|v0.4.6|16/07/2023|Added `RefField` attribute</br>Curently uses `Unsafe.AsRef()` due to a compiler bug [dotnet/roslyn#67371](https://github.com/dotnet/roslyn/issues/67371)|
|v0.4.5|18/05/2023|Added `Scope` and `IsReadonly` properties on `Field`</br>`Scope` property on `Property` defaulted to `public`|
Expand Down

0 comments on commit b9ed2ef

Please sign in to comment.