Skip to content

Commit 8dc212b

Browse files
authored
Merge pull request #806 from polyadic/replace-code-style
2 parents b0e5591 + b74a4ac commit 8dc212b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<CheckEolTargetFramework>false</CheckEolTargetFramework>
1111
</PropertyGroup>
1212
<ItemGroup Label="Code Style">
13-
<PackageReference Include="Messerli.CodeStyle" PrivateAssets="all" />
13+
<PackageReference Include="Polyadic.CodeStyle" PrivateAssets="all" />
1414
</ItemGroup>
1515
<PropertyGroup Label="Code Style">
1616
<AnalysisLevel>5.0</AnalysisLevel>

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</ItemGroup>
1414
<ItemGroup Label="Build Dependencies">
1515
<PackageVersion Include="PolySharp" Version="1.15.0" />
16-
<PackageVersion Include="Messerli.CodeStyle" Version="2.3.0" />
16+
<PackageVersion Include="Polyadic.CodeStyle" Version="1.0.0" />
1717
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.3" />
1818
</ItemGroup>
1919
<ItemGroup Label="Test Dependencies">

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Funcky is a functional library for C# which encourages correct usage of the functional programming paradigm.
44

5-
[![Build](https://github.com/polyadic/funcky/workflows/Build/badge.svg)](https://github.com/messerli-informatik-ag/funcky/actions?query=workflow%3ABuild)
5+
[![Build](https://github.com/polyadic/funcky/workflows/Build/badge.svg)](https://github.com/polyadic/funcky/actions?query=workflow%3ABuild)
66
[![Licence: MIT](https://img.shields.io/badge/licence-MIT-green)](https://raw.githubusercontent.com/polyadic/funcky/main/LICENSE-MIT)
77
[![Licence: Apache](https://img.shields.io/badge/licence-Apache-green)](https://raw.githubusercontent.com/polyadic/funcky/main/LICENSE-Apache)
88

0 commit comments

Comments
 (0)