Skip to content

Commit

Permalink
Version update.
Browse files Browse the repository at this point in the history
  • Loading branch information
dicky authored and dicky committed Jan 20, 2022
1 parent 68951e9 commit 7825f19
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 17 deletions.
5 changes: 2 additions & 3 deletions DevApp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@

This repo contains the library's source code, full documentation, and live demo's source code. To run the repo:

- Get [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.0).
- Get [.NET 6 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/6.0).
- Get [Node.js](https://nodejs.org/en/).
- On a VS Code terminal:

```
cd DevApp
npm i
dotnet build
dotnet watch run
dotnet watch
```
2 changes: 1 addition & 1 deletion DevApp/dist/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2015-2021 Dicky Suryadi
Copyright 2015-2022 Dicky Suryadi

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
10 changes: 5 additions & 5 deletions DevApp/dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ DotNetify is a free, open source project that lets you create real-time, reactiv

## What's New

- **v5.0: Scale-out, Vue 3.x support** - [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v5.0).
- v4.1: Async view model - [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v4.1).
- v4.0: Typescript support - [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v4.0).
- **Minimal API** - [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v5.3).
- Scale-out, Vue 3.x support - [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v5.0).
- Async view model - [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v4.1).

**DotNetify.Postgres: [Real-time Web Updates From Your PostgreSQL Database](https://dsuryd.github.io/dotNetify/realtime-postgres/)**

## Features

Expand All @@ -31,8 +33,6 @@ DotNetify is a free, open source project that lets you create real-time, reactiv

Documentation and live demo can be found at [https://dotnetify.net](https://dotnetify.net).

[Usage with .NET Core 3.x](https://github.com/dsuryd/dotNetify/issues/159#issuecomment-547691063)

## Code Examples

- React example: [dotnetify-react-demo](https://github.com/dsuryd/dotnetify-react-demo).
Expand Down
4 changes: 2 additions & 2 deletions DevApp/dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotnetify",
"version": "5.2.2",
"version": "5.3.0",
"description": "Simple, lightweight, yet powerful way to build realtime .NET web apps.",
"main": "index.js",
"types": "dist/typings/index.d.ts",
Expand Down Expand Up @@ -42,4 +42,4 @@
"url": "https://github.com/dsuryd/dotNetify/issues"
},
"homepage": "https://github.com/dsuryd/dotNetify"
}
}
10 changes: 8 additions & 2 deletions DotNetify.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.74
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetifyLib.Core", "DotNetifyLib.Core\DotNetifyLib.Core.csproj", "{BAD3F752-EC12-452C-A569-01F3F150290D}"
EndProject
Expand All @@ -13,6 +13,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DevApp.ViewModels", "DevApp
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{8834522B-03B1-4C34-98CA-15B8022F1E08}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_License_Readme", "_License_Readme", "{11E35105-5C1D-4C10-8852-296DBEBD590D}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Android = Debug|Android
Expand Down
2 changes: 1 addition & 1 deletion DotNetifyLib.Core/DotNetifyLib.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<Version>5.2.0</Version>
<Version>5.3.0</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Description>Simple, lightweight, yet powerful way to build reactive, real-time web apps. Library for .NET Core.</Description>
<Authors>Dicky Suryadi</Authors>
Expand Down
2 changes: 1 addition & 1 deletion DotNetifyLib.SignalR/DotNetifyLib.SignalR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<Version>5.2.0</Version>
<Version>5.3.0</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Authors>Dicky Suryadi</Authors>
<Description>Simple, lightweight, yet powerful way to build reactive, real-time web apps. SignalR hub for ASP.NET Core.</Description>
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ DotNetify is a free, open source project that lets you create real-time, reactiv

## What's New

- **v5.x: [Scale-out, Vue 3.x support](https://github.com/dsuryd/dotNetify/releases)**.
- v4.x: [Async view model](https://github.com/dsuryd/dotNetify/releases/tag/v4.1), [Typescript support](https://github.com/dsuryd/dotNetify/releases/tag/v4.0).
- **Minimal API** - [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v5.3).
- Scale-out, Vue 3.x support - [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v5.0).
- Async view model - [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v4.1).

**DotNetify.Postgres: [Real-time Web Updates From Your PostgreSQL Database](https://dsuryd.github.io/dotNetify/realtime-postgres/)**

Expand Down

0 comments on commit 7825f19

Please sign in to comment.