Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dicky authored and dicky committed Jun 1, 2020
1 parent 64eacd0 commit 659dae4
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 46 deletions.
40 changes: 21 additions & 19 deletions DevApp/dist/README.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,49 @@

<p align="center"><img width="400px" src="http://dotnetify.net/content/images/dotnetify-logo.png"></p>

![alt build](https://ci.appveyor.com/api/projects/status/github/dsuryd/dotnetify?svg=true)
[![npm version](https://badge.fury.io/js/dotnetify.svg)](https://badge.fury.io/js/dotnetify)
[![NuGet](https://img.shields.io/nuget/v/DotNetify.SignalR.svg?style=flat-square)](https://www.nuget.org/packages/DotNetify.SignalR/)
[![NuGet](https://img.shields.io/nuget/v/DotNetify.SignalR.svg?style=flat-square)](https://www.nuget.org/packages/DotNetify.SignalR/)

DotNetify is a free, open source project that lets you create real-time, reactive, cross-platform apps with [React](https://facebook.github.io/react/), [React Native](https://facebook.github.io/react-native/), [Vue](https://vuejs.org) or [Knockout](http://knockoutjs.com) front-end on C# .NET back-end via WebSocket (SignalR).
DotNetify is a free, open source project that lets you create real-time, reactive, cross-platform apps with [React](https://facebook.github.io/react/), [React Native](https://facebook.github.io/react-native/), [Vue](https://vuejs.org) or [Knockout](http://knockoutjs.com) front-end on C# .NET back-end via WebSocket (SignalR).

## What's New

* v3.7: Routing enhancements: lazy-loading, server-side rendering, 404 error handling - [release notes](https://github.com/dsuryd/dotNetify/releases)
* v3.6: [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v3.6)
* v3.5: Multi-hub support, web API + local modes - [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v3.5).
- 4.0: Typescript support - [release notes](https://github.com/dsuryd/dotNetify/releases)
- v3.7: Routing enhancements: lazy-loading, server-side rendering, 404 error handling - [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v3.7)
- v3.6: [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v3.6)
- v3.5: Multi-hub support, web API + local modes - [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v3.5).

<div/>

* Check out [**DotNetify-Pulse**](https://github.com/dsuryd/dotnetify-pulse), customizable realtime monitoring for .NET Core services.
* **DotNetify-Elements** is out! <a href="http://dotnetify.net/elements">See documentation and live demo.</a>
* React SPA template for ASP.NET Core 3.x - [github](https://github.com/dsuryd/dotnetify-react-demo-vs2017/tree/master/ReactTemplate).
- Check out [**DotNetify-Pulse**](https://github.com/dsuryd/dotnetify-pulse), customizable realtime monitoring for .NET Core services.
- **DotNetify-Elements** is out! <a href="http://dotnetify.net/elements">See documentation and live demo.</a>
- React SPA template for ASP.NET Core 3.x - [github](https://github.com/dsuryd/dotnetify-react-demo-vs2017/tree/master/ReactTemplate).

## Features

* Simple and lightweight - no heavy client-side framework, no REST APIs.
* Reactive back-end MVVM architecture on either .NET Core or .NET Framework.
* Built-in real-time across WebSocket with SignalR.
* Support local (client-side only) and Web API modes.
* Full support for single-page apps, including deep-linked, nested routing and token-based authentication.
* Powerful back-end infrastructure, including dependency injection, WebSocket request/response pipelines, and modern tooling.
- Simple and lightweight - no heavy client-side framework, no REST APIs.
- Reactive back-end MVVM architecture on either .NET Core or .NET Framework.
- Built-in real-time across WebSocket with SignalR.
- Support local (client-side only) and Web API modes.
- Full support for single-page apps, including deep-linked, nested routing and token-based authentication.
- Powerful back-end infrastructure, including dependency injection, WebSocket request/response pipelines, and modern tooling.

## Documentation

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

## Code Examples

* React example: [dotnetify-react-demo-vs2017](https://github.com/dsuryd/dotnetify-react-demo-vs2017).
* React Native example: [dotnetify-react-native-demo](https://github.com/dsuryd/dotnetify-react-native-demo).
* Other examples: [demo github repo]([https://github.com/dsuryd/dotNetify/tree/master/Demo]).
- React example: [dotnetify-react-demo-vs2017](https://github.com/dsuryd/dotnetify-react-demo-vs2017).
- React Native example: [dotnetify-react-native-demo](https://github.com/dsuryd/dotnetify-react-native-demo).
- Other examples: [demo github repo]([https://github.com/dsuryd/dotNetify/tree/master/Demo]).

## License

Licensed under the Apache License, Version 2.0.

## Contributing

All contribution is welcome: star this project, let others know about it, report issues, submit pull requests!

_Logo design by [area55git](https://github.com/area55git)._
2 changes: 1 addition & 1 deletion DevApp/dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotnetify",
"version": "4.0.0-DEV",
"version": "4.0.0",
"description": "Simple, lightweight, yet powerful way to build realtime .NET web apps.",
"main": "index.js",
"types": "dist/typings/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions 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>3.7.0</Version>
<Version>4.0.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 All @@ -18,8 +18,8 @@
<RepositoryUrl>https://github.com/dsuryd/dotNetify</RepositoryUrl>
<PackageTags>netcore reactive realtime signalr mobile web websocket</PackageTags>
<PackageIconUrl></PackageIconUrl>
<AssemblyVersion>3.7.0.0</AssemblyVersion>
<FileVersion>3.7.0.0</FileVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageIcon>dotnetify.png</PackageIcon>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions 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>3.7.0</Version>
<Version>4.0.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 All @@ -20,8 +20,8 @@
<PackageTags>netcore reactive realtime signalr mobile web websocket</PackageTags>

<PackageIconUrl></PackageIconUrl>
<AssemblyVersion>3.7.0.0</AssemblyVersion>
<FileVersion>3.7.0.0</FileVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageIcon>dotnetify.png</PackageIcon>
</PropertyGroup>
Expand Down
43 changes: 23 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,49 +1,52 @@

<p align="center"><img width="400px" src="http://dotnetify.net/content/images/dotnetify-logo.png"></p>

![alt build](https://ci.appveyor.com/api/projects/status/github/dsuryd/dotnetify?svg=true)
[![npm version](https://badge.fury.io/js/dotnetify.svg)](https://badge.fury.io/js/dotnetify)
[![NuGet](https://img.shields.io/nuget/v/DotNetify.SignalR.svg?style=flat-square)](https://www.nuget.org/packages/DotNetify.SignalR/)
[![NuGet](https://img.shields.io/nuget/v/DotNetify.SignalR.svg?style=flat-square)](https://www.nuget.org/packages/DotNetify.SignalR/)

DotNetify is a free, open source project that lets you create real-time, reactive, cross-platform apps with [React](https://facebook.github.io/react/), [React Native](https://facebook.github.io/react-native/), [Vue](https://vuejs.org) or [Knockout](http://knockoutjs.com) front-end on C# .NET back-end via WebSocket (SignalR).
DotNetify is a free, open source project that lets you create real-time, reactive, cross-platform apps with [React](https://facebook.github.io/react/), [React Native](https://facebook.github.io/react-native/), [Vue](https://vuejs.org) or [Knockout](http://knockoutjs.com) front-end on C# .NET back-end via WebSocket (SignalR).

## What's New

* v3.7: routing enhancements: lazy-loading, 404 handling, and SSR - [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v3.7).
* v3.6: [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v3.6).
* v3.5: Multi-hub support, web API + local modes - [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v3.5).
- **4.0: Typescript support** - [release notes](https://github.com/dsuryd/dotNetify/releases)
- v3.7: Routing enhancements: lazy-loading, server-side rendering, 404 error handling - [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v3.7)

- v3.6: [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v3.6).
- v3.5: Multi-hub support, web API + local modes - [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v3.5).

<div/>

* Check out [**DotNetify-Pulse**](https://github.com/dsuryd/dotnetify-pulse), customizable realtime monitoring for .NET Core services.
* **DotNetify-Elements** is out! <a href="http://dotnetify.net/elements">See documentation and live demo.</a>
* React SPA template for ASP.NET Core 3.x - [github](https://github.com/dsuryd/dotnetify-react-demo-vs2017/tree/master/ReactTemplate).
- Check out [**DotNetify-Pulse**](https://github.com/dsuryd/dotnetify-pulse), customizable realtime monitoring for .NET Core services.
- **DotNetify-Elements** is out! <a href="http://dotnetify.net/elements">See documentation and live demo.</a>
- React SPA template for ASP.NET Core 3.x - [github](https://github.com/dsuryd/dotnetify-react-demo-vs2017/tree/master/ReactTemplate).

## Features

* Simple and lightweight - no heavy client-side framework, no REST APIs.
* Reactive back-end MVVM architecture on either .NET Core or .NET Framework.
* Built-in real-time across WebSocket with SignalR.
* Support local (client-side only) and Web API modes.
* Full support for single-page apps, including deep-linked, nested routing and token-based authentication.
* Powerful back-end infrastructure, including dependency injection, WebSocket request/response pipelines, and modern tooling.
- Simple and lightweight - no heavy client-side framework, no REST APIs.
- Reactive back-end MVVM architecture on either .NET Core or .NET Framework.
- Built-in real-time across WebSocket with SignalR.
- Support local (client-side only) and Web API modes.
- Full support for single-page apps, including deep-linked, nested routing and token-based authentication.
- Powerful back-end infrastructure, including dependency injection, WebSocket request/response pipelines, and modern tooling.

## Documentation

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

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

## Code Examples

* React example: [dotnetify-react-demo-vs2017](https://github.com/dsuryd/dotnetify-react-demo-vs2017).
* React Native example: [dotnetify-react-native-demo](https://github.com/dsuryd/dotnetify-react-native-demo).
* Other examples: [demo github repo]([https://github.com/dsuryd/dotNetify/tree/master/Demo]).
- React example: [dotnetify-react-demo-vs2017](https://github.com/dsuryd/dotnetify-react-demo-vs2017).
- React Native example: [dotnetify-react-native-demo](https://github.com/dsuryd/dotnetify-react-native-demo).
- Other examples: [demo github repo]([https://github.com/dsuryd/dotNetify/tree/master/Demo]).

## License

Licensed under the Apache License, Version 2.0.

## Contributing

All contribution is welcome: star this project, let others know about it, report issues, submit pull requests!

_Logo design by [area55git](https://github.com/area55git)._

0 comments on commit 659dae4

Please sign in to comment.