Skip to content

Commit cd995b6

Browse files
committed
Update to v3.1.2
1 parent d5d167c commit cd995b6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
Each control supports fine-grained visual customization including background color, border, gradient fills, lighting/shadow effects, corner rounding, click animations, and an animated RGB color-cycling mode.
3838

39-
![FC_UI Demo](resources/default_style.gif?raw=true)
39+
![FC_UI Demo](https://raw.githubusercontent.com/0xLaileb/WinForms.FC_UI/master/resources/default_style.gif)
4040

4141
---
4242

@@ -99,7 +99,7 @@ Install-Package WinForms.FC_UI
9999
Or add directly to your `.csproj`:
100100

101101
```xml
102-
<PackageReference Include="WinForms.FC_UI" Version="3.1.1" />
102+
<PackageReference Include="WinForms.FC_UI" Version="3.1.2" />
103103
```
104104

105105
---
@@ -236,15 +236,15 @@ WinForms.FC_UI/
236236

237237
### Default Style
238238

239-
![Default Style](resources/default_style.gif?raw=true)
239+
![Default Style](https://github.com/0xLaileb/WinForms.FC_UI/blob/master/resources/default_style.gif?raw=true)
240240

241241
### RGB Mode (Global_RGB component)
242242

243-
![RGB Mode](resources/rgb.gif?raw=true)
243+
![RGB Mode](https://raw.githubusercontent.com/0xLaileb/WinForms.FC_UI/refs/heads/master/resources/rgb.gif)
244244

245245
### Random Style
246246

247-
![Random Style](resources/random_style.gif?raw=true)
247+
![Random Style](https://raw.githubusercontent.com/0xLaileb/WinForms.FC_UI/refs/heads/master/resources/random_style.gif)
248248

249249
---
250250

src/WinForms.FC_UI.csproj

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

99
<!-- NuGet package metadata -->
1010
<PackageId>WinForms.FC_UI</PackageId>
11-
<Version>3.1.1</Version>
11+
<Version>3.1.2</Version>
1212
<Authors>Daniil Laileb</Authors>
1313
<Description>A custom WinForms UI control library with rich styling, RGB effects, gradients, lighting, and rounding for .NET 10 Windows Forms applications.</Description>
1414
<PackageTags>winforms;ui;controls;rgb;gradient;lighting;button;checkbox;progressbar;custom-controls</PackageTags>

0 commit comments

Comments
 (0)